home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / gordons.dxr / 00019.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  188 b   |  14 lines

  1. on exitFrame
  2.   global dir
  3.   set dir to 1
  4.   if rollOver(3) then
  5.     go(the frame + 1)
  6.   else
  7.     hotBlinks(4, 7)
  8.   end if
  9.   if rollOver(21) then
  10.     go("navegs")
  11.   end if
  12.   Loopframe()
  13. end
  14.